Skip to content

fix: rename of NoAccess#93

Merged
djc merged 1 commit into
djc:mainfrom
valkum:fix-access
May 29, 2026
Merged

fix: rename of NoAccess#93
djc merged 1 commit into
djc:mainfrom
valkum:fix-access

Conversation

@valkum

@valkum valkum commented May 29, 2026

Copy link
Copy Markdown
Contributor

NoAccess was incorrectly renamed to noAccess for deserialization but should be none.

It needs to match:
<access><none/></access>.

NoAccess was renamed to `noAccess` but should be `none`.

@djc djc left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@djc djc merged commit 6808e23 into djc:main May 29, 2026
7 checks passed
@djc

djc commented May 29, 2026

Copy link
Copy Markdown
Owner

Do you want a release for this?

@valkum

valkum commented May 29, 2026

Copy link
Copy Markdown
Contributor Author

No, we still use a fork with a weird implementation for allowing extensions in responses that are not based on a request.

The old workaround with a type that serializes to nothing would still include the <extension> element, and not all EPP servers are happy with that.
See https://github.com/djc/instant-epp/blob/main/src/extensions/change_poll.rs#L15 and #67

I still don't have a good solution for this and just needed something that worked. If I find time, I will create a matching issue with some examples so we can think about different solutions to the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants